const github.com/klauspost/compress/zstd.dFastLongTableMask

one use

	github.com/klauspost/compress/zstd (current package)
		enc_dfast.go#L12: 	dFastLongTableMask = dFastLongTableSize - 1  // Mask for table indices. Redundant, but can eliminate bounds checks.